Changes between Version 1 and Version 2 of Public/Docs/CinnamonBackupRestore


Ignore:
Timestamp:
Apr 24, 2020, 3:19:06 PM (4 years ago)
Author:
Boris Horner
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Public/Docs/CinnamonBackupRestore

    v1 v2  
    1818# rsync over ssh
    1919# 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
    2021rsync -av --delete --rsh="/usr/bin/sshpass -p <password> ssh -p23"  /opt/cinnamon/cinnamon-data/ <storage_url>
    2122