luckybackup is an application that backs-up and/or synchronizes any directories with the power of rsync
[FILE]
is the filename of the already created profile that is going to be executed
examples
1. Execute luckybackup gui :
$ luckybackup
2. Execute luckybackup in silent mode for profile '~/.luckyBackup/profiles/BackupHome.profile' :
$ luckybackup --silent ~/.luckyBackup/profiles/BackupHome.profile
3. Execute luckybackup in console mode for profile '~/.luckyBackup/profiles/BackupHome.profile' :
$ luckybackup -c BackupHome.profile
4. Execute luckybackup in console mode for profile '~/.luckyBackup/profiles/BackupHome.profile'
Do not ask any questions and skip all operations that appear CRITICAL after the checks :
$ luckybackup --skip-critical --no-questions ~/.luckyBackup/profiles/BackupHome.profile
This manual page was written by luckyb <luckyb69@sourceforge.net>, for the Debian project (but may be used by others).