Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
en:linux:backup:full-rsync [2019/04/18 10:00]
alex [backup-system]
en:linux:backup:full-rsync [2019/04/18 10:02]
alex [Full system rsync]
Line 11: Line 11:
   * ''​include_dir''​ : included directories. ​ Subfolders of excluded directories to include.  ​   * ''​include_dir''​ : included directories. ​ Subfolders of excluded directories to include.  ​
  
-If you want to use this script with a remote host, change flags to+If you want to use this script with a remote host where the target user is not root, change flags to
  
 <​code>​ <​code>​
-flags="-avPse ssh --delete --rsync-path=\"rsync --fake-super\""+flags=(-avPse ssh --delete ​--ignore-errors ​--rsync-path="​rsync --fake-super"​)
 </​code>​ </​code>​