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