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

df: '': No such file or directory error in the log when running the script. Also is possible to receive a 1 a day email log report for all backups?...

This commit allows leaving port and user blank so that only the host name is provided. Eg: `rsync_tmbackup source host:destination` This is useful if you use the `~/.ssh/config` file to...

Fixes #137 Tested on FreeBSD 12.0, $OSTYPE is reported as freebsd12.0, script expects FreeBSD12.0

[Line 468](https://github.com/laurent22/rsync-time-backup/blob/master/rsync_tmbackup.sh#L468) and [474 ](https://github.com/laurent22/rsync-time-backup/blob/master/rsync_tmbackup.sh#L474) use `ps -p` unfortunately this is not supported in busybox systems (i.e. the QNAP NAS I am using) There is a script which would manually...

I am probably missing something really simple. I set up the command to copy a large video collection from my server on the internet to a backup at home. `...

I would like to use the rsync protocol to backup my data to a NAS. However, the following call does not work ``` rsync://user@server:/path/target ``` Moreover `ssh://user@server:/path/target` doesn't work either,...

If backup has expired and there are read only files the files won't be deleted and the backup will never expire.

Do I need special dependencies for the backup expiration logic? In FreeBSD 11.2 I get the error message "Could not parse date" and the default expiration strategy is not implemented....

I'm confused about the correct format for the expiration strategy. I want the same as the default config except I want one backup per day for 60 days. I tried...

I tried to change my backup location while I want to keep my existing old backups. Unfortunately with "rsync -avH" the hard-links seems ignored and each file will be copied....