Displaying 1 result from an estimated 1 matches for "rdrive".
Did you mean:
drive
2006 Apr 04
2
rsync not removing files that are out of date
.... I would rather not exclude the
directories if I can help it.
Now I have about 700Gig of storage but that will be filled in a week if I don't
find a way to automagiclly remove these temp files on the backup server.
Here is my command line:
#rsync -ahv --ignore-times --size-only linux1::home/rdrive /home/
I had to use --ignore-times because some files get changed and windows uses
modified time stamps and rsync appears to use the created time stamp. So the
theory is that when a file size changes it syncs it. appears to be working so
far.
I have tried various -u --update --inplace, etc but i...