summaryrefslogtreecommitdiff
path: root/byteback-backup
AgeCommit message (Collapse)Author
2015-06-03Relocated the binaries to bin/Steve Kemp
2015-06-03Reformatted.Steve Kemp
This involved fixing the literal TAB characters, changing the quotes, and similar non-functional edits.
2015-04-02Use consistant load-path fiddling.Steve Kemp
2015-02-01Moved added rsync options file so xattrs etc can be specified in therePatrick J Cherry
2015-01-19Fixed up calls to trigger the snapshot.Patrick J Cherry
2014-12-17Added ACL, Hard Link and Xattr flags to rsyncJames Hannah
For issue #8378
2014-12-04Realised we don't need sudo at all to run our btrfs commands, removed allMatthew Bloch
references.
2014-11-05Stopped "--exclude /" being added to rsync command line.Matthew Bloch
2014-10-31Don't lock the process before help can be shown. Keep args the same as they ↵Patrick J Cherry
used to be.
2014-10-31Refactored to improve logging and reduce cut & paste code, bumped Debian ↵Matthew Bloch
version number.
2014-07-11Now defintely treats code 24 as success.Patrick J Cherry
2014-07-10Don't retry if source files vanishPatrick J Cherry
2014-07-02Change Dir::exists? to File::directory? for ruby1.8James Hannah
2014-06-13Updated --help and expanded list of excluded things to include common ↵Patrick J Cherry
meta-filesystems
2014-06-13Removed --one-filesystem flag to avoid cock-ups, and removed the sources ↵Patrick J Cherry
option, and rejigged the excludes option to allow the excludes file to be parsed as an rsync filter. Added an rsync_filter file, which is merged in as a filter.
2014-06-11Added lockfile stuffJames Hannah
2014-05-09byteback-backup: Adjusted not to use trollop. Also sources and excludes can ↵Patrick J Cherry
be specified in /etc/byteback/sources and excludes.
2014-01-08Bug fixes after testing.Matthew Bloch
2014-01-08Second attemptMatthew Bloch
2014-01-08Normalized line endingsMatthew Bloch
2014-01-08Fixed file permissions.Matthew Bloch
2014-01-08Put ssh options in common function, moved hostname invocation to the place ↵Matthew Bloch
where we actually use it.
2014-01-06First commit of working code, needs a lot more writing and testingMatthew Bloch