rsync-time-backup
rsync-time-backup copied to clipboard
Time Machine style backup with rsync.
Thanks for the wonderful script! I successfully setup the script and wanted to secure the setup for production. I reach my source via ssh and backup all of the system....
Long time user I recently _automated_ some of my rsync-time-backup backups with cron and now I get hourly emails warning me that the host key has been added to the...
Hi, Does this create a "full" backup at any stage? In the case of a disaster and I need to restore everything would I have to restore every incremental copy...
When creating snapshot, the name is derived from current date/time. ``` NOW=$(date +"%Y-%m-%d-%H%M%S") // ... DEST="$DEST_FOLDER/$NOW" ``` However, the log file name is later generated from current date ` LOG_FILE="$LOG_DIR/$(date...
Is there any encryption and decryption support available?
Until now I was using for many years your script to backup my growing set of photos, when they went over 2TB I needed to buy new disk I bought...
Hello, I did not manage to make it run on Debian 12. ``` git clone https://github.com/laurent22/rsync-time-backup Cloning into 'rsync-time-backup'... remote: Enumerating objects: 643, done. remote: Counting objects: 100% (22/22), done....
I would like to save more than one folder to an Backup Folder. **Example:** rsync-time-backup/rsync_tmbackup.sh /Source1 /Source2 /Backup/ ``` ls -laR /Backup 2024-07-01-103608/Source1 2024-07-01-103608/Source2 ``` With rsync you can sync/combine...
Great Work! Even a macOS 14.5 comes with a dated rsync: ❯ rsync --version rsync version 2.6.9 protocol version 29 So it would be nice to meantion that in README.md/Installation...
Greetings! Two questions. Do I have to have three time intervals to specify a custom strategy? Can I have just one? I want to run backups every two hours and...