Displaying 8 results from an estimated 8 matches for "walkerxk".
2009 Nov 25
2
something about filter rules of rsync
...the result of find -printf "%y %p\n" is below:
d .
d ./1
d ./1/a
f ./1/a/a.c
f ./1/a/a.d
f ./1/a/a.dat
f ./1/a/b
f ./1/a.c
f ./1/a.d
f ./1/a.dat
f ./1/b
d ./2
how can i only rsync all the *.dat files from 1 to 2? is there any way
to do this without use find command?
--
contact me:
MSN: walkerxk at gmail.com,walkerxk at hotmail.com
GTALK: walkerxk at gmail.com
QQ:25329680
2013 Jul 19
0
if i want to delete a million files, can rsync be more faster than rm?
...File-Systems/How-can-someone-rapidly-delete-400-000-files
but my test gets opposite result, and i think it's impossible on theory.
i use the command 'for i in {0..9};do nice -20 ionice -c3 touch
${i}{0..99999}&done' to create one million files.
my script and command are as bellows:
walkerxk at tp:~/test.d$ ./test.sh &>test.log
walkerxk at tp:~/test.d$ grep . d[12].log
d1.log:1.89user 28.20system 13:40.39elapsed 3%CPU (0avgtext+0avgdata
77632maxresident)k
d1.log:759808inputs+104outputs (0major+24631minor)pagefaults 0swaps
d2.log:3.68user 36.77system 17:54.18elapsed 3%CPU (0avgt...
2009 Dec 09
0
password-file problem of cwrsync in windows
i get a problem in use cwrsync in windows, when i use the
password-file. i get the error below: the password-file must not
world-wild read. and when i use rsync in the cygwin with the same
command, it just succeed. if i input the password directly, both ok.
--
?????????
contact me:
MSN: walkerxk at gmail.com,walkerxk at hotmail.com
GTALK: walkerxk at gmail.com
QQ:25329680
2010 Jan 26
2
Rsync in daemon mode
Hi,
I am a newbie to Rysnc and a had a quick question, the answer for which I wasn't able to find in the documentations.
Currently I have Solaris system A which has files that are being generated and changed in real time. I am running rysnc in daemon mode on A.(server)
On system B I use the appropriate rysnc command to connect to system A and sync all the files on B. I am having
2009 Nov 26
2
Rsync deletion issue on failure
I didn't see this in the man page or after a cursory Google search.
I'm rsync-ing a file from computer A to computer B and the file does
not exist yet on computer B. My problem is that on a shoddy Internet
connection, if rsync fails due to a connection error, the dot file it
creates on computer B is deleted and I have to start the rsync all
over from the beginning.
Is there a way to
2010 Jan 21
2
option 'auth users' in rsyncd.conf
Hi there,
this is my first posting to this list, so let me quickly introduce
myself. I'm Alex and currently working on a new version of the rsync
package for the eisfair Linux distribution?.
I have some problems understanding the behaviour of the 'auth users'
option in the rsyncd.conf file when running rsync in daemon mode. I set
up a module and a secrets file. This is the behaviour
2010 Jan 18
2
Another cygwin/rsync question
Hi, Been using rsync for many years but I'm stuck with this problem.
I'ts a simplistic backup using rsync from a Windows 2k3 machine to a
Linux box out on the 'net, using pre-shared ssh keys. In this case I'm
saving, files belonging to various users, using the administrator
account on the windows machine and the destination is a normal user
account and its home file area.
2012 Nov 28
3
Could not retrieve information from environment production source
I''m using puppet 3.0
i install puppet by these two command:
sudo rpm -i
http://yum.puppetlabs.com/el/5/products/i386/puppetlabs-release-5-6.noarch.rpm
sudo yum install puppet-server
as
http://docs.puppetlabs.com/guides/puppetlabs_package_repositories.html#for-red-hat-enterprise-linux-and-derivatives
and