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

rsync changing folder permissions #32

Open
BrunoTeixeira1996 opened this issue Oct 11, 2024 · 0 comments
Open

rsync changing folder permissions #32

BrunoTeixeira1996 opened this issue Oct 11, 2024 · 0 comments

Comments

@BrunoTeixeira1996
Copy link

Hi was using the permanent data backup mechanism to backup stuff from my gokrazy to my NAS.
However I verified that when I performed the command rsync -av --delete -e ssh rsync://waiw-backup/waiw /mnt/external/gokrazy_backup/waiw_backup I got an exit status of 23 saying permission denied.

I found that since I was using the flag --delete the destination folder has to have rwx perms so to fix this I used rsync -av --delete --chmod=ugo=rwx -e ssh rsync://waiw-backup/waiw /mnt/external/gokrazy_backup/waiw_backup

I was wondering if this was a good thing to add to the docs in gokrazy!

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

1 participant