From bf5276aec5145c5e85abf3a8136646e94b8a3bd2 Mon Sep 17 00:00:00 2001 From: Tshepang Mbambo Date: Fri, 1 Nov 2024 00:21:03 +0200 Subject: [PATCH] chore: clarify `--use-profile` command in config by using long form (#1344) --- config/services/rclone_ovh-hot-cold.toml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/config/services/rclone_ovh-hot-cold.toml b/config/services/rclone_ovh-hot-cold.toml index 4849f141b..431fcd967 100644 --- a/config/services/rclone_ovh-hot-cold.toml +++ b/config/services/rclone_ovh-hot-cold.toml @@ -1,9 +1,9 @@ # rustic config file to backup /home, /etc and /root to a hot/cold repository hosted by OVH # using OVH cloud archive and OVH object storage # -# backup usage: "rustic -P ovh-hot-cold backup -# cleanup: "rustic -P ovh-hot-cold forget --prune -# +# backup usage: "rustic --use-profile ovh-hot-cold backup +# cleanup: "rustic --use-profile ovh-hot-cold forget --prune + [repository] repository = "rclone:ovh:backup-home" repo-hot = "rclone:ovh:backup-home-hot"