search for: netware6

Displaying 3 results from an estimated 3 matches for "netware6".

Did you mean: netware
2003 Nov 19
1
Windows XP date/timestamp issues
Hello all! Long time listener, first time caller. I have an issue I hope someone has seen before. I have a NetWare6 server running RSYNC server, and a LINUX box running RSYNC client from CRON to get the files from the NetWare server. The command is " rsync -qrtu --delete --exclude (some excludes here) " and all works well. Except... Whenever a Windows XP system opens a file on the NW server, and th...
2006 May 16
1
switch to not backup a file of size X Mb
I'm performing backup via a standard use of rsync: (note:$dayte is set via a .sh file) rsync -aurvz --backup --backup-dir=../data_originals/$dayte -e ssh /mnt/netware6/dhs01/data/ ./dhs01/data/ My Question: Is there any way to make sync ignore files greater than a certain size. The files do not follow any naming convention and are therefore only identifiable by their size? (e.g I want all files backed up except files greater than say 200Mb) thanks sam ****...
2006 May 16
1
is there an rsync switch to not backup a file of size > X
I'm performing backup via a standard use of rsync: (note:$dayte is set via a .sh file) rsync -aurvz --backup --backup-dir=../data_originals/$dayte -e ssh /mnt/netware6/dhs01/data/ ./dhs01/data/ My Question: Is there any way to make rsync ignore files greater than a certain size. The files do not follow any naming convention and are therefore only identifiable by their size? (e.g I want all files backed up except files greater than say 200Mb) thanks sam