Obnam

From Attie's Wiki
(Difference between revisions)
Jump to: navigation, search
(Created page with "==Command Reference== <source lang="bash"> REPO_HOST=me@repo REPO_PATH=~/my_files BACKUP_DIR=/home/me/ obnam -r sftp://${REPO_HOST}/${REPO_PATH} --compress-with=gzip backup -...")
 
m
Line 5: Line 5:
 
BACKUP_DIR=/home/me/
 
BACKUP_DIR=/home/me/
  
obnam -r sftp://${REPO_HOST}/${REPO_PATH} --compress-with=gzip backup --deduplicate=verify --root=${BACKUP_DIR}
+
obnam -r sftp://${REPO_HOST}/${REPO_PATH} --compress-with=deflate backup --deduplicate=verify --root=${BACKUP_DIR}
obnam -r sftp://${REPO_HOST}/${REPO_PATH} --compress-with=gzip generations
+
obnam -r sftp://${REPO_HOST}/${REPO_PATH} --compress-with=deflate generations
obnam -r sftp://${REPO_HOST}/${REPO_PATH} --compress-with=gzip fsck
+
obnam -r sftp://${REPO_HOST}/${REPO_PATH} --compress-with=deflate fsck
obnam -r sftp://${REPO_HOST}/${REPO_PATH} --compress-with=gzip clients
+
obnam -r sftp://${REPO_HOST}/${REPO_PATH} --compress-with=deflate clients
 
</source>
 
</source>

Revision as of 13:59, 1 February 2015

Command Reference

REPO_HOST=me@repo
REPO_PATH=~/my_files
BACKUP_DIR=/home/me/
 
obnam -r sftp://${REPO_HOST}/${REPO_PATH} --compress-with=deflate backup --deduplicate=verify --root=${BACKUP_DIR}
obnam -r sftp://${REPO_HOST}/${REPO_PATH} --compress-with=deflate generations
obnam -r sftp://${REPO_HOST}/${REPO_PATH} --compress-with=deflate fsck
obnam -r sftp://${REPO_HOST}/${REPO_PATH} --compress-with=deflate clients
Personal tools
Namespaces

Variants
Actions
Navigation
Toolbox