backintime-qt - a simple backup tool.
backintime-qt [--checksum] [--config PATH] [--debug]
[--delete] [--help | -h] [--keep-mount] [--license] [--local-backup |
--no-local-backup] [--no-crontab] [--only-new] [--profile NAME |
--profile-id ID] [--quiet] [--share-path PATH] [--version]
{ backup | backup-job | benchmark-cipher [FILE-SIZE] |
check-config | decode [PATH] | last-snapshot | last-snapshot-path | pw-cache
[start|stop|restart|reload|status] | remove[-and-do-not-ask-again]
[SNAPSHOT_ID] | restore [WHAT [WHERE [SNAPSHOT_ID]]] | shutdown |
smart-remove | snapshots-list | snapshots-list-path | snapshots-path |
unmount }
Back In Time is a simple backup tool for Linux. This is the Qt5
version. For more information about Back In Time see backintime man
page.
If you want to run it as root you need to use
'backintime-qt_polkit'.
- --checksum
- Force to use checksum for checking if files have been changed. This is the
same as 'Use checksum to detect changes' in Options. But you can use this
to periodically run checksums from cronjobs. Only valid with
backup, backup-job and restore.
- --config PATH
- Read config from PATH. Default = ~/.config/backintime/config
- --debug
- Show debug messages.
- --delete
- Restore and delete newer files which are not in the snapshot. WARNING:
deleting files in filesystem root could break your whole system!!! Only
valid with restore.
- -h, --help
- Display a short help
- --keep-mount
- Don't unmount on exit. Only valid with snapshots-path,
snapshots-list-path and last-snapshot-path.
- --license
- Show license
- --local-backup
- Create backup files before changing local files. Only valid with
restore.
- --no-crontab
- Do not install crontab entries. Only valid with check-config.
- --no-local-backup
- Temporary disable creation of backup files before changing local files.
Only valid with restore.
- --only-new
- Only restore files which does not exist or are newer than those in
destination. Using "rsync --update" option. Only valid with
restore.
- --profile NAME
- Select profile by name
- --profile-id
ID
- Select profile by id
- --quiet
- Suppress status messages on standard output.
- --share-path PATH
- Write runtime data (locks, messages, log and mountpoints) to PATH.
- -v, --version
- Show version
backintime, backintime-config.
Back In Time also has a website:
https://github.com/bit-team/backintime
This manual page was written by BIT
Team(<bit-team@lists.launchpad.net>).