search for: automagiclly

Displaying 1 result from an estimated 1 matches for "automagiclly".

Did you mean: automagically
2006 Apr 04
2
rsync not removing files that are out of date
...n the server I have an empty $home/somepath/temp/ directory and on the backup machine I have a $home/somepath/temp directory that is 20gig. 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...