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

Having major issues trying to get this to work with launchd. The colon in ssh login fails it when quoting entire line e.g. ~/Library/Scripts/myscript.sh source user@host:destination I can get around...

Firstly, thank you for sharing this excellent code repository. I am using this on my Synology NAS to implement a far more robust, transparent and transportable backup solution than the...

Why is this part of the [ssh command](https://github.com/laurent22/rsync-time-backup/blob/c313e0a322a6a0b8fc233bf7e272ab0230c35d1b/rsync_tmbackup.sh#L399): … -o StrictHostKeyChecking=no -o UserKnownHostsFile=/dev/null' Wouldn't it be better to let the user configure this in it's `ssh_config` instead of generally using...

Hi, As it keeps the increamental backups, how can we restore the backups before a specific date/timestamp? I can’t see any parameter for the timestamp here: rsync -aP /path/to/last/backup/ /path/to/restore/to/....

I needed to leave my backup in a differential like manner, each timestamp directory only have differences between last backup, only lastest one will have entire backup, previous ones will...

[`ShellCheck`](http://www.shellcheck.net/), a static analysis tool for shell scripts, indicates some issues: ````shell $ shellcheck rsync_tmbackup.sh In rsync_tmbackup.sh line 3: APPNAME=$(basename $0 | sed "s/\.sh$//") ^-- SC2086: Double quote to prevent...

question

I have setup the script to run a cron backup, but upon every run job it is backing up all files instead of checking for changed files and backing up...

When CTRL-C is pressed when backup's are removes (expired) then new empty folder (newest date) remain on disk. Next time when backup is running it copy all data, because of...

Right now my disk shows 100% usage, but there is still 15gb free. At what point does it delete old backups to make space for new ones?

Hi, I use it to backup whole server to another, script launched by cron every day at 2am. I m forcing ipv4 and also using an exclude list. `rsync_tmbackup.sh --rsync-append-flags...