summaryrefslogtreecommitdiff
path: root/bin/byteback-receive
AgeCommit message (Collapse)Author
2016-05-11Prevent accumulator from being set to NilJamie Nguyen
2015-12-18Added "." to the rsync restore commandPatrick J Cherry
This prevents ALL TEH BACKUPS being copied back to the host.
2015-12-02Tidied up trollop options.Patrick J Cherry
Including checking that only one of --complete, --ping, or --list are called.
2015-12-02Catch situations where no files are matched during restore.Patrick J Cherry
2015-12-02Exclude "." from the rsync so the pwd doesn't get its permissions changed..Patrick J Cherry
Otheriwse you end up with your current directory owned by byteback:byteback (or whoever owns the byteback_root).
2015-12-02Updated argument parsing in the restore functionality of receivePatrick J Cherry
* Verbose is now caught properly * --all is caught and removed
2015-12-02Changed the word "revision" to "snapshot" everywherePatrick J Cherry
This is for consistency and understanding. We use btrfs snapshots, so this makes sense. To me at least.
2015-12-02Catch out-dated clients by looking for the old "restore" commandPatrick J Cherry
Hopefully this will prompt people to update.
2015-12-01Completely re-vamped restore command. Fixes #12403Patrick J Cherry
The byteback-restore command now uses the rsync xattrs to display information about the files due to be restored. It can handle filenames with spaces (!) and other characters.
2015-06-03ResyncSteve Kemp
2015-06-03Relocated the binaries to bin/Steve Kemp