Merge pull request #3502 from restic/rawtaz-issue-519
doc: Add note about scheduling to backup section
This commit is contained in:
commit
74c47f1f12
1 changed files with 10 additions and 0 deletions
|
@ -483,6 +483,16 @@ The tags can later be used to keep (or forget) snapshots with the ``forget``
|
|||
command. The command ``tag`` can be used to modify tags on an existing
|
||||
snapshot.
|
||||
|
||||
Scheduling backups
|
||||
******************
|
||||
|
||||
Restic does not have a built-in way of scheduling backups, as it's a tool
|
||||
that runs when executed rather than a daemon. There are plenty of different
|
||||
ways to schedule backup runs on various different platforms, e.g. systemd
|
||||
and cron on Linux/BSD and Task Scheduler in Windows, depending on one's
|
||||
needs and requirements. When scheduling restic to run recurringly, please
|
||||
make sure to detect already running instances before starting the backup.
|
||||
|
||||
Space requirements
|
||||
******************
|
||||
|
||||
|
|
Loading…
Reference in a new issue