mirror of
https://github.com/rustic-rs/rustic.git
synced 2025-10-26 11:18:51 +00:00
chore: clarify --use-profile command in config by using long form (#1344)
This commit is contained in:
parent
d4420c3dce
commit
bf5276aec5
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user