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

Usually I use ```/root/rsync-time-backup/rsync_tmbackup.sh -p 24 --strategy "1:1 30:7 90:30" / aesa@remote_server:/srv/storage/backup/aesa/pro/backup/ /exclude.txt ``` My surprise today was when I wanted to delete a directory from the exclude **/var/lib/psa/** and...

Can someone please tell me so I stop tearing my hair out: - How can I get this to work with Launchd?? I will not at present - If it...

https://github.com/laurent22/rsync-time-backup/commit/d152279d301bf799c496d00d9b2aa706b46e88c6 A number of my backups have been done with a dodgy Internet connection as of late. This means that long-running backups will sometimes fail due to the remote "hanging...

Doing a backup towards a pretty unreliable/slow NFS mount which tends to hog. I added --timeout 10 to the rsync flags, and tried to loop-run the script: ``` rsync_tmbackup.sh /data/...

bug
question

All rsync error detection is based on the contents of the logfile. If the errors are not in the file, or if the logfile is not present, the backup script...

I've recently adjusted my backup strategy to prune some older backups, but I noticed that for some reason it was not pruning the very first backup taken. I am running...

I just ran and finished a backup. To test, I ran it a second time: ``` root@lust:~# ./rsync_tmbackup.sh -i .ssh/rsync.net.pub / 4295@rsync:backups/lust rsync-exclude.txt df: '': No such file or directory...

Hello, It seems that when you push a backup to a host that you cannot ssh as root the retention **strategy** fails since you have not enough permissions to remove...

Hello and thanks for this very useful tool! Regarding #181, I made a couple changes that under circumstances always wrote to STDERR. This is a problem with cron where you...

updates #170, by introducing cases for different OSes. Also includes fixes for #172 and part of #181. Thanks @kapitainsky.