Displaying 4 results from an estimated 4 matches for "auzv".
Did you mean:
auv
2012 Oct 16
2
rsync sysvol problem
...;/' from absolute path names
# file: usr/local/samba/var/locks/sysvol/
# owner: Administrator
# group: wheel
# flags: s--
user::rwx
user:Administrator:rwx
group::rwx
group:wheel:rwx
group:3000000:r-x
group:3000001:rwx
group:3000002:r-x
mask::rwx
other::---
I then try to back it up, e.g.
rsync -auzv /usr/local/samba/var/locks/sysvol /usr/local
But the ACL is not preserved:
getfacl /usr/local/sysvol
# file: sysvol
# owner: Administrator
# group: wheel
# flags: s--
user::rwx
group::rwx
other::---
Am I missing an option with rsync -auzv?
Cheers,
Steve
2005 Jul 23
2
link_stat
...at error occurs.
The directory /home/auser/ is the current directory when the command
is run.
How can I get rid of that?
I tried "::" instead of single colon.
I don't use rsyncd.conf file, because I think it runs as non daemon
process.
This is a single command for back-up:
rsync -auzv -e ssh --delete --exclude=".*" --exclude="~*"
/work/data my.remote.domain:/ftproot/friday >> friday.log
Any comment would be appreciated.
A. Uchida
Error message:
> rsync: link_stat "/home/auser/my.remote.domain:/ftproot/friday"
> failed: No such...
2008 Jul 02
1
rsync: failed to set times on ***
Hello everybody
I#m trying to rsync from 1 server to another with the following command:
rsync -auzv --stats /cygdrive/d/path/to/dir/ CWsync@servername::dyndns
--exclude=config/ --delete >>%RSYNCLOG% 2>>%RSYNCERROR%
the dyndns directory is specified in the rsync.conf on the receiving server.
The server where i'm executing the command is a windows 2003 server and the
receiving s...
2008 May 31
1
rsync for incremental
...f this file. Now I am making the changes in to this file(ss.txt) by
adding 1KB of data. Now I want this 1KB data (in to a new file) when I take the incremental.
If you please provide me the command for that by using rsync?
This time when I use following command::
C:\program files\rsync>rsync -auzv localhost::Myrsync E:/targetDIR
where Myrsync is module name in which the source directory(sourceDIR) path is set that contains ss.txt.
After executing above command I get the copy of ss.txt in E:\targetDIR.
What I need is that, after taking the backup first time if I make some changes to sourceDI...