storebackupmount(1)
NAME
storeBackupMount - start storeBackup on nfs share
SYNOPSIS
storeBackupMount -c configFile [-k server] [-l logFile] [-p pathToStoreBackup] [-k killTime] [-m] mountPoints...
DESCRIPTION
- storeBackupMount does the following:
- - checks an nfs server with ping
- mounts that server via a list of mount points
- starts storeBackup (with a config file)
- umounts that server
OPTIONS
- --server, -s
- name or ip address of the server to backup
default is localhost - --configFile, -c
- configuration file for storeBackup
- --logFile, -l
- logFile for this process
default is STDOUT
you can log into the same logfile as storeBackup - --pathStbu, -p
- path to storeBackup
- --killTime, -k
- time until storeBackup will be killed
default is to kill never
the time range has to be specified in format 'dhms', e.g. 10d4h means 10 days and 4 hours - --keepExistingMounts, -m
- if a mount already exists, do not umount after running storeBackup
- mountPoints
- List of mount points needed to perform the backup. This must be a list of paths which have to be defined in /etc/fstab.
- exit status:
- 0 -> all is ok
1 -> error from storeBackup
2 -> error from storeBackupMount
3 -> error from both programs
SEE ALSO
storeBackup(1), storeBackupConvertBackup(1), storeBackupDel(1), storeBackupls(1), storeBackupRecover(1), storeBackupVersions(1)
<http://sourceforge.net/projects/storebackup>
AUTHOR
storeBackupMount was written by Heinz-Josef Claes.
- This manual page was written by Holger Hartmann <Holger_Hartmann@gmx.de> for the Debian Project (but may be used by others).