Automatically Striping Created Files on advfs Filesystems (Code Provided)

2002-12-13 Thread David Sisson
Here is a modification that calls the advfs stripe command (available via Digital Unix) to set a file to be striped across X drives when created. It can only be specified on the command line, but a proper implementation would support rsyncd.conf configuration as well. This should be useful if

Re: rsync snapshot problem deleting files

2002-12-13 Thread Mike Rubel
> Well, I followed this link: > http://www.mikerubel.org/computers/rsync_snapshots/ > > and implemented it (with a bit of tweaking) on my home network. It is > used to make snapshots of two Windows PC's over samba. On one of the > machines (and not the other, from what I can tell) it deletes f

Re: rsync to 2000/NT servers?

2002-12-13 Thread Steve Mallett
Craig Barratt wrote: Watch out for pagefile.sys (i think!)... it's won't copy. (let me know about any other's) Most important files won't copy. The registry files are locked and can't be read by rsync/cygin (nor are they served by smb). Similarly, the outlook.pst file used by Outlook (which c

Re: rsync to 2000/NT servers?

2002-12-13 Thread Craig Barratt
> Watch out for pagefile.sys (i think!)... it's won't copy. (let me know about > any other's) Most important files won't copy. The registry files are locked and can't be read by rsync/cygin (nor are they served by smb). Similarly, the outlook.pst file used by Outlook (which contains all the ema

Problem with absolute symbolic links

2002-12-13 Thread Kevin Minder
I'm trying to synchronize a particularly troublesome directory structure on a SunOS box to a PC. I really want all symbolic links resolved to real files on the PC when everything is done. I can't seem to find any combination of parameters that will accomplish this. It boils down to two proble