Changes between Version 1 and Version 2 of Public/Docs/CinnamonBackupRestore
- Timestamp:
- Apr 24, 2020, 3:19:06 PM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Public/Docs/CinnamonBackupRestore
v1 v2 18 18 # rsync over ssh 19 19 # this is available by many hosting providers and suits the backup needs of a Cinnamon repository very well 20 # the ssh key of the target server must be confirmed 20 21 rsync -av --delete --rsh="/usr/bin/sshpass -p <password> ssh -p23" /opt/cinnamon/cinnamon-data/ <storage_url> 21 22