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

Time Machine style backup with rsync.

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

First attempt at laurent22/rsync-time-backup#204 - [x] tests run every time code is pushed to github (auto-tests) - [x] tests show passing example (just a test that usage is output when...

Whenever rsync results in a broken pipe the backup gets marked as completed without errors. The last few lines of the terminal are ``` rsync: [sender] write error: Broken pipe...

```bash /root/rsync-time-backup/rsync_tmbackup.sh -p 2222 --rsync-set-flags "-D --numeric-ids --links --hard-links -rlt --no-perms --no-group --no-owner --itemize-changes" --strategy "1:1 7:7 30:30" / granadacf@XXXXXXXXXXX:/share/homes/granadacf/rsync /excludes.txt df: '': No such file or directory df: invalid...

Question: what if I use --log-dir to prevent log from being deleted, and the expiration time has passed? The log is still there or will it be deleted along with...

I really love the behaviour and power of rsync-time-backup... What I do is make a backup of a folder with plain text files that I work on all day long...

Hi there Are there any plans to tag a new release? v1.1.5 is already several years old and misses some improvements.

Hi I am running rsync_tm_backup to time machine backup my entire laptop. My laptop is running the latest pop-os and my NAS is running Manjaro ARM. For initial backup I...

Hi, i'm sorry if i'm not understanding well the mechanism implemented but i tried doing three consecutive backup of same folder with this command, and every times the script copies...

Hey, your tool seems to be incompatible with ssh shortcuts. Say, you define an "ssh bookmark" in ~/.ssh/config for the destination folder which has the name "backup", then the SSH...

I want to back up a folder `/home/ec2-user/rsync_folder` from one machine to another machine. Here's the content of the folder ``` . |-- excludeme | `-- backupFile.txt |-- file2.txt |--...