Rsync error code 23

I am trying to back up a server into a flashdrive with rsync:

rsync -rv --delete /home/computername/filename /dev/disk/by-label/Flashdrivename

It fails, with:

sending incremental file list
rsync: delete_file: unlink(Flashdrivename) failed: Permission denied (13)
could not make way for new regular file: filename

sent 53 bytes received 138 bytes 382.00 bytes/sec
total size is 0 speedup is 0.00
rsync error: some files/attrs were not transferred (see previous errors) (code 23) at main.c(1196) [sender=3.1.2]

if someone knows what's the problem i would be very grateful if you told me.

7 Reset to default

Know someone who can answer? Share a link to this question via email, Twitter, or Facebook.

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like