Skip to content

OpenVZ and raw backup via dedicated backup server with ZFS storage

License

Notifications You must be signed in to change notification settings

makhomed/autobackup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 

Repository files navigation

autobackup

OpenVZ and raw backup via dedicated backup server with ZFS storage

# /opt/autobackup/autobackup --help
usage: autobackup [-h] --host HOST [--port PORT] --type TYPE --dest PATH --save COUNT

optional arguments:
  -h, --help    show this help message and exit
  --host HOST   remote host to backup it on ZFS
  --port PORT   remote port to backup it on ZFS
  --type TYPE   remote host type: etc, raw, ovz
  --dest PATH   backup destination on local ZFS
  --save COUNT  count of saved backup snapshots

Examples

# /opt/autobackup/autobackup --host=example.com --type=etc --dest=/tank/backup/example.com --save=30
# /opt/autobackup/autobackup --host=example.net --type=raw --dest=/tank/backup/example.net --save=30
# /opt/autobackup/autobackup --host=example.org --type=ovz --dest=/tank/backup/example.org --save=30

Releases

No releases published

Packages

No packages published

Languages