Displaying 3 results from an estimated 3 matches for "primey".
Did you mean:
prime
2004 May 11
3
rsync output -vv differs with dry-run option
I'm trying to figure out if a file has changed since the last rsync call. I
use the following command line:
rsync -cvv /mnt/xxx/vol1/dbase/100/kunden.dbf /mnt/label | grep "^total: "
| sed -e 's/.* data=//'
This gives a 0 if the file is unchanged and the file size if the file has
changed. Adding the "dry-run" option "n" to the command line always
2004 Apr 23
2
More confusion on exclude rules
...- *.old
- *.csv
- *.tmp
- *.4chart
- *.xls
- *.difftrx
- *.difftra
- *.rawbad
- *.trx.all
- *.tar.*
- *.tar
- *.gz
- *.old
- *.log.*
- *.zip
- *.Z
- /*
I'm running the following command line on the client side:
# /usr/local/bin/rsync -avrnz --exclude-from=/davet/rsync.webmstr1 --stats
webmstr@primey::webmstr1 /export/home/webmstr
However, rsync finds /export/home/bin/test_temp.delete_me but NOT
/export/home/webmstr/nflmg/scripts/regional/misc_loaders/test_temp.delete_me
. I don't understand why it finds the new file in bin/ but not in
nflmg/scripts/regional/misc_loaders/? I've confirm...
2004 Apr 21
2
exclude-from and include-from confusion
...lists. However, the result is the the testdir/ directory and it's
subdirectories are still ignored. What am I missing? Is my syntax wrong for
the exclude/include files?
Command line:
/usr/local/bin/rsync -av --exclude-from=/davet/rsync.exclude
--include-from=/davet/rsync.include --stats jetson@primey::jetson
/export/home/jetson
Module:
[jetson]
path = /export/home/jetson/
read only = yes
list = yes
Exclude File:
*
Include File:
/export/home/jetson/testdir/*
Thanks,
Dave