summaryrefslogtreecommitdiff
path: root/bin/byteback-restore
AgeCommit message (Collapse)Author
2015-12-03Correct the encoding-defintion.Steve Kemp
2015-12-02Added "all" flag to restore_files in byteback-restorePatrick J Cherry
Also updated the signatures of list_files and restore_files to match.
2015-12-02Tidied up byteback-restore options.Patrick J Cherry
* Reinstated --list (although this is a no-op really) * Changed --list-all to -all * Checks to made to make sure only --restore or --list is given *
2015-12-02Added the ability to use the same rsync_flags as byteback-backupPatrick J Cherry
This allows the user to specify --xattrs --acl --hard-links etc.
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-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-08-11Updated the fatal-error handling.Steve Kemp
Now we use the utility classes we have to log errors to syslog.
2015-06-03Resync.Steve Kemp
2015-06-03Minor update.Steve Kemp
2015-06-03Relocated the binaries to bin/Steve Kemp