Linux command
resticprofile-schedule 命令
文件
复制后可按需替换文件名、目录或参数。
常用示例
Schedule backup profile
resticprofile schedule [profile]
Schedule all profiles
resticprofile schedule --all
Schedule with specific command
resticprofile schedule [profile] --[backup]
说明
resticprofile schedule creates scheduled jobs for restic backup profiles. Integrates with systemd timers, launchd, or Windows Task Scheduler. Part of resticprofile wrapper for restic backup.
参数
- --all
- Schedule all profiles.
- --backup
- Schedule backup command.
- --check
- Schedule check command.
- --prune
- Schedule prune command.
FAQ
What is the resticprofile-schedule command used for?
resticprofile schedule creates scheduled jobs for restic backup profiles. Integrates with systemd timers, launchd, or Windows Task Scheduler. Part of resticprofile wrapper for restic backup.
How do I run a basic resticprofile-schedule example?
Run `resticprofile schedule [profile]` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does --all do in resticprofile-schedule?
Schedule all profiles.