Skip to content

Instantly share code, notes, and snippets.

@gioxx
Created September 11, 2019 10:12
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save gioxx/3c02adfbea5f646a188d5f4dc3358f59 to your computer and use it in GitHub Desktop.
Save gioxx/3c02adfbea5f646a188d5f4dc3358f59 to your computer and use it in GitHub Desktop.
Script bash per la replica dei dati da Drive a Dropbox sullo stesso NAS Synology. Vedi https://wp.me/pdQ5q-awW per saperne di più.
#!/bin/bash
# rsync Drive-Dropbox per replica file SYNO
# Credits: https://forum.synology.com/enu/viewtopic.php?t=99282
rsync -ap --delete --verbose /volume1/homes/CONTOSO/Drive/ /volume1/Backup/Dropbox\ Mirror/homes/CONTOSO 2>&1
@gioxx
Copy link
Author

gioxx commented May 26, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment