rsync-time-backup icon indicating copy to clipboard operation
rsync-time-backup copied to clipboard

Time Machine style backup with rsync.

Results 110 rsync-time-backup issues
Sort by recently updated
recently updated
newest added

Hello, is there an option to automatically delete backups that are too old? For example I want to keep only 1 year and delete elder ones

@laurent22 here's a formal PR. Attention: I haven't tested it!

Searching for this script, That I currently Use and it is great! I found this another one: https://github.com/dparoli/hrsync This does first a .shadow directory (that I recommend to put in...

macmini:bin manderss99$ rsync_tmbackup.sh "/Users/manderss99/VirtualBox VMs/Ubuntu 18.04/" "/Volumes/Backup 8TB/ManualBackup/rsync_tmbackup/Ubuntu 18.04/" find: /Volumes/Backup: No such file or directory find: 8TB/ManualBackup/rsync_tmbackup/Ubuntu: No such file or directory find: 18.04: No such file or directory...

The command 'pgrep -o -f "$APPNAME"' is not safe, as it might return, e.g. a running editor session where something with $APPNAME is edited! Also, some users might want to...

This solves #63. While attempting to build this I found out that this is actually already supported! If you supply `0` that will just work :). What I did nevertheless:...

I've have the date portion of this PR fixed locally since *checks* oh, November 2016, but I never got around to actually submitting a PR :). Better late than never?...

There does not appear to be an option to increase logging levels in the script. In particular, I would like the tool to report on which backups are being pruned,...

How can I keep only one backup/month? I tried all possibilities

Sometimes my log filenames do not match the directory names. Is the same timestamp parameter not being passed to both? E.g. Directories: d--------- 17 root root 4096 Apr 17 00:07...