search for: taxreturns

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

Did you mean: areturns
2003 Jun 27
2
Using include/exclude options
...I want backed up. Here is what I was attempting: rsync -avn --include-file=/home/rsyncfile /backupstorage/D/ /home/rsyncbak It is a dry run of course. However, it still wants to backup everything in the /backupstorage/D/. Here is a quick snip of what is in my rsyncfile: /backupstorage/D/1999 TaxReturns/ /backupstorage/D/Appraisals/ /backupstorage/D/CLOSED00/ /backupstorage/D/CLOSED01/ /backupstorage/CLOSED02/ /backupstorage/D/CLOSED97/ /backupstorage/D/CLOSED98/ /backupstorage/D/CLOSED99/ Im guessing that im not specifying correctly in the file. Anyone have any input on what im doing wrong? Th...