You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
70 lines
2.3 KiB
JSON
70 lines
2.3 KiB
JSON
{
|
|
"defaultSource": "/",
|
|
"defaultSyncOptions": "",
|
|
"syncInterval": 3600000,
|
|
"remotes": [
|
|
{
|
|
"source": "/var/target/medias/ebooks",
|
|
"name": "GoogleDrive",
|
|
"destination": "/HAL-BACKUP/EBOOKS",
|
|
"syncLocalToRemote": true,
|
|
"syncOptions": "--log-file=/logs/rclone-sync-logs.log"
|
|
},
|
|
{
|
|
"source": "/var/target/medias/photos",
|
|
"name": "GoogleDrive",
|
|
"destination": "/HAL-BACKUP/PHOTOS",
|
|
"syncLocalToRemote": true,
|
|
"syncOptions": "--log-file=/logs/rclone-sync-logs.log"
|
|
},
|
|
{
|
|
"source": "/var/target/apps",
|
|
"name": "GoogleDrive",
|
|
"destination": "/HAL-BACKUP/APPS",
|
|
"syncLocalToRemote": true,
|
|
"syncOptions": "--log-file=/logs/rclone-sync-logs.log"
|
|
},
|
|
{
|
|
"source": "/var/target/medias/music",
|
|
"name": "GoogleDrive",
|
|
"destination": "/HAL-BACKUP/AUDIO",
|
|
"syncLocalToRemote": true,
|
|
"syncOptions": "--log-file=/logs/rclone-sync-logs.log"
|
|
},
|
|
{
|
|
"source": "/var/target/medias/video/videos-a-garder",
|
|
"name": "GoogleDrive",
|
|
"destination": "/HAL-BACKUP/VIDEO",
|
|
"syncLocalToRemote": true,
|
|
"syncOptions": "--log-file=/logs/rclone-sync-logs.log"
|
|
},
|
|
{
|
|
"source": "/var/target/archives/pro-associatifs-archives",
|
|
"name": "GoogleDrive",
|
|
"destination": "/HAL-BACKUP/PRO-ASSO-ARCHIVES",
|
|
"syncLocalToRemote": true,
|
|
"syncOptions": "--log-file=/logs/rclone-sync-logs.log"
|
|
},
|
|
{
|
|
"source": "/var/target/archives/evenements-archives",
|
|
"name": "GoogleDrive",
|
|
"destination": "/HAL-BACKUP/ARCHIVES",
|
|
"syncLocalToRemote": true,
|
|
"syncOptions": "--log-file=/logs/rclone-sync-logs.log"
|
|
},
|
|
{
|
|
"source": "/var/target/archives/practical-life-archive",
|
|
"name": "GoogleDrive",
|
|
"destination": "/HAL-BACKUP/OTHER-ARCHIVES",
|
|
"syncLocalToRemote": true,
|
|
"syncOptions": "--log-file=/logs/rclone-sync-logs.log"
|
|
},
|
|
{
|
|
"source": "/var/target/docker-backups",
|
|
"name": "GoogleDrive",
|
|
"destination": "/HAL-BACKUP/DOCKER-BACKUPS",
|
|
"syncLocalToRemote": true,
|
|
"syncOptions": "--log-file=/logs/rclone-sync-logs.log"
|
|
}
|
|
]
|
|
} |