Displaying 1 result from an estimated 1 matches for "fichiers_supprimes_pierre".
2015 Jul 15
0
Rsync creates empty directories with backup-dir option
...option creates a tree of empty folders inside the backup repository. This doesn't affect the transfer (all files and folder are copied anyway).
Example:
----
rsync -rtvhPx --delete --stats --exclude-from=/home/pierre/scripts/ExclusionRSync --backup --backup-dir=/media/pierre/g2/sauvegardes/fichiers_supprimes_pierre /home/pierre/ /media/pierre/g2/sauvegardes/sauvegarde_pierre
----
The previous command (launched the first time) recreates the whole structure of folders inside the "/media/pierre/g2/sauvegardes/fichiers_supprimes_pierre" backup-dir). These folders are empty and the files are present in...