You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 those only. has anyone seen this issue and resolved it?
this is what I am running
sh rsync_backup.sh -p 6450 --strategy "30:2" /home/example/Documents [email protected]:/home/example/Documents
The text was updated successfully, but these errors were encountered:
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 those only. has anyone seen this issue and resolved it?
this is what I am running
sh rsync_backup.sh -p 6450 --strategy "30:2" /home/example/Documents [email protected]:/home/example/Documents
The text was updated successfully, but these errors were encountered: