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

duplicity incremental folder contents don't sync #7

Open
alpeshgajbe opened this issue Jul 5, 2016 · 2 comments
Open

duplicity incremental folder contents don't sync #7

alpeshgajbe opened this issue Jul 5, 2016 · 2 comments

Comments

@alpeshgajbe
Copy link

I tried syncing the incremental folder made by the backup script. But the gpg files are for some reason ignored by syncthing. but when the files are put in a tar archive they immediately sync with the main server
we will have to modify the backup scrip such that the end result is a tar file.

@alpeshgajbe alpeshgajbe changed the title duplicity incremental folder contents doesn't sync duplicity incremental folder contents don't sync Jul 5, 2016
@gnowgi
Copy link
Member

gnowgi commented Jul 5, 2016

This is another permissions issue. The files created by duplicity are incremental tar files and are easy to restore. The reason why the files are not picked up is due to files rw permission only to the root. As soon as we give read permission to group and others, syncthing picks them up. This permission needs to be corrected. This needs to be added

mrunal4 added a commit to mrunal4/gstudio-docker that referenced this issue Jul 7, 2016
@mrunal4
Copy link
Contributor

mrunal4 commented Jul 23, 2016

This issue is resolved in "da0e75d" commit no #3

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

3 participants