{ 1 comment }
rsync
I know wget command can resume downloads. H>ow do I resume partially transferred files using rsync command line under Unix like operating systems?
{ 1 comment }
I‘m using rsnapshot filesystem snapshot utility to make incremental snapshots of local and remote filesystems for 10 production servers running on RHEL 5.x system. The rsnapshot commands makes extensive use of hard links,
so if the file doesn’t change, the next snapshot is simply a hard link to the exact same file. How do I use the rsync command to copy my the entire snapshot directory /raid6/rsnapshot (around 4TB) to a remote server?
{ 1 comment }
How do I copy a file with Colon (punctuation) name in it. When I type the following command to copy “file:name.txt” to a remote host called server1:
scp file:name.txt user@server1:/path
I get the following error:
ssh: Could not resolve hostname s: Name or service not known
How do I copy file with scp or rsync with a colon in it?
{ 11 comments }
I know how to use rsync for Unix systems which synchronizes files and directories from one location to another while minimizing data transfer. However, I would like to synchronizing files between two directories, either on one computer, or between a computer and another server. How do I maintain the same version of files on multiple servers?
{ 4 comments }







