Difference between revisions of "Copy a file over the network, but packed"

From Linuxintro
imported>ThorstenStaerk
(Created page with " # bzip2 -kvzc COMPLETE_DATA_BACKUP_7_1 | ssh root@target "(cat >/mnt/sdb1/backup7.bz2)" &")
(No difference)

Revision as of 14:54, 19 February 2015

# bzip2 -kvzc COMPLETE_DATA_BACKUP_7_1 | ssh root@target "(cat >/mnt/sdb1/backup7.bz2)" &