Displaying 1 result from an estimated 1 matches for "vxadmin".
Did you mean:
axadmin
2011 Feb 07
1
Incremental backup with only delta into a separate file.
...he config and ideas from:
http://www.mikerubel.org/computers/rsync_snapshots/
The commands executed on two machines in sequence
Machine 1:
root at Andruil:~# vim testfile
root at Andruil:~# ls -lh testfile
-rw-r--r-- 1 root root 71 2011-02-07 17:10 testfile
root at Andruil:~# rsync -avh testfile vxadmin at 192.168.155.151:/tmp --stats
--progress
vxadmin at 192.168.155.151's password:
sending incremental file list
testfile
71 100% 0.00kB/s 0:00:00 (xfer#1, to-check=0/1)
sent 147 bytes received 31 bytes 20.94 bytes/sec
total size is 71 speedup is 0.40
Machine 2:
vxadmin at vx...