Backup

From Anarchaserver
Revision as of 20:00, 19 September 2015 by Ooooo (talk | contribs) (Created page with "STEP 1 check data usage df -h STEP 2 check access to another virtual machine STEP 3 start screen session in root STEP 4 copy data to virtual machine rsync -ravz --progres...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

STEP 1 check data usage df -h

STEP 2 check access to another virtual machine

STEP 3 start screen session in root

STEP 4 copy data to virtual machine


rsync -ravz --progress -e "ssh -p 8022" / root@188.210.92.35:/var/backups/vm/anarcha


r (recursive) a (archive - for special files) v (verbose) z (compressed)


STEP 5 diagnostic output watch -n 180 "du -sh /var/backups/anarchaserver"