RyanScottLewis / cutback

Backup system with the goal of creating smaller, more focused backups.
https://ryanscottlewis.github.io/cutback
MIT License
2 stars 0 forks source link

Cross-platform #19

Open RyanScottLewis opened 5 years ago

RyanScottLewis commented 5 years ago

Cutback only works on POSIX-compliant operating systems, but once there is option interpolation (#5) and the reliance of piping/redirection is broken (possibly based on Cutback determining if the operating system is POSIX or not), then we should be able to have Cutback be entirely cross-platform. This also obviously depends on valid Crystal targets (windows??).