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 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.
The text was updated successfully, but these errors were encountered:
alpeshgajbe
changed the title
duplicity incremental folder contents doesn't sync
duplicity incremental folder contents don't sync
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
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.
The text was updated successfully, but these errors were encountered: