Hi All,
Just looking for some advice on a strange issue that i seem to be having backing up my files on my mac server.
I am using rsync to backup files on our shared drives to a network Nas, the main problem i am having is when i use this rsync command 'sudo rsync -av /source/ /destination/ the files copy ok. I then run the same command again with the 'n' command as well and its showing that its going to copy all the same files again. I really don't know why it is doing this. The strange thing is when i remove 'sudo' and run the command it only copies the files which have modified which is what i want.
So my question is why does using 'sudo' force all the same files that have not been modified to be copied over to the destination again?
Im fairly new to mac so i may be missing something no apologies if i am.
Thanks all
Just looking for some advice on a strange issue that i seem to be having backing up my files on my mac server.
I am using rsync to backup files on our shared drives to a network Nas, the main problem i am having is when i use this rsync command 'sudo rsync -av /source/ /destination/ the files copy ok. I then run the same command again with the 'n' command as well and its showing that its going to copy all the same files again. I really don't know why it is doing this. The strange thing is when i remove 'sudo' and run the command it only copies the files which have modified which is what i want.
So my question is why does using 'sudo' force all the same files that have not been modified to be copied over to the destination again?
Im fairly new to mac so i may be missing something no apologies if i am.
Thanks all