Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

I am having an issue with the script backing up all files #252

Open
sgeorgopanos opened this issue Oct 2, 2022 · 2 comments
Open

I am having an issue with the script backing up all files #252

sgeorgopanos opened this issue Oct 2, 2022 · 2 comments

Comments

@sgeorgopanos
Copy link

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

@mgiugliano
Copy link

I have the same issue.

rsync_tmbackup.sh SOURCE DESTINATION exclude_list.txt

I see no hard-links to files that did not change.
I confirmed this bug by checking the disk usage: every backup is (unfortunately) a full backup.

@mgiugliano
Copy link

@sgeorgopanos Even running the command as root - as suggested somewhere - did not help (although it suppressed error messages on hard link creation).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants