Microsoft
Software
Hardware
Network
Question : How to copy the whole folder using rsync ?
Hi,
I'm now using the following command :
rsync --verbose --rsh='ssh -p6298' IP:/backup/cpbackup/daily/
*.tar.gz /backup/cpbackup/daily/
But this will only copy the *.tar.gz , may i know how to make the command to copy the whole IP:/backup/cpbackup/daily/
folder including files and folders ?
Thank you.
Answer : How to copy the whole folder using rsync ?
rsync -av --rsh='ssh -p6298' IP:/backup/cpbackup/daily/
* /backup/cpbackup/daily/
Random Solutions
Purging deleted mailbox information from the message store
Win2k3 Terminal Server Connection limits
Replication rejection of 2 DC's
Solaris No Display with IBM KVM
mobile alert
Scheduling tab not showing attendees information
Calling multiple dynamically created MCs
html email background images and outlook
Trouble with outlook web access
Transaction log full-- insert into table1 select * from table2