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

![image](https://user-images.githubusercontent.com/63889450/105008141-ceab3e00-5a73-11eb-99db-9c2c5901838c.png) 使用命令是可以的 rsync -av --delete --exclude='.*' /home/ubuntu/pub/ /data >/dev/null 2>&1 但是 我把命令加到了了inotify脚本,就是不可以; /usr/bin/inotifywait -mrq --timefmt '%d/%m/%y %H:%M' --format '%T %w%f%e' -e modify,delete,create,attrib $src | while read files do rsync -av...

I am using this tool for quite a while. Recently, the space on my external hard drive that I use for backups has become full (my file manager says: "0B...

If you add the `executability` tag into the rsync flags you can preserve Finder tags (I thought it would be the extended attributes tag which did this, but the rsync...

I have a question concerning the _default_ expiration strategy, which is: "1:1 30:7 365:30" "Which means: After 1 day, keep one backup every 1 day (1:1). After 30 days, keep...

Hi I'm receiving an error when running the following: /path/rsync_tmbackup.sh / /backups/rsynctb/rsynctb-full /path/rtb-full-exclude.txt The error: df: '': No such file or directory Looking into this, I assume this has something...

advantages of temporary backup name: * script knows easy which backups are complete => no danger to try to resume a completed backup => lock can be set early without...

I'm testing it on openwrt version 19.07.4 What you need: - [add bash](https://openwrt.org/docs/guide-developer/write-shell-script#can_i_change_my_default_shell_from_ash_to_bash) (install via opkg or Luci) - [add usb disk and usbtools](https://openwrt.org/docs/guide-user/storage/usb-drives-quickstart) - rsync (install via Opkg or...

Disable automatically deleting backups when out of space. Instead an error is logged, and the backup is aborted. 这里说的空间大小是多少?在哪里设置的

I think is a great improvement, an option for limit maximum time of older backup. For example, remove backup if older backup is great that 1 year.

Hello, There is a problem with source folder if it contains spaces. Ever if there are quotes "[folder name]" in command line. rsync_tmbackup: [ERROR] Source folder "[name of the folder...