Last time I tried to use luckybackup, it deleted files on the source location, and it didn't even back up half the data. It backed up alot of folders but I don't think it actually recursed. I need to do a lot of data migration this weekend, so I think using rsync through luckbackup is the best option. I am just worried about deleting the source data as I want to do that manually AFTER verifying the data has been transfered properly. I tried looking through the manual but it mentions nothing about deleting data from the source. I am guessing I used some bad combination of commands. In this case luckybackup reports the rsync cli is:
Code:
rsync -h --progress --stats -r -tgo -p -l -D --update --exclude=**/*tmp*/ --exclude=**/*cache*/ --exclude=**/*Cache*/ --exclude=**~ --exclude=/mnt/*/** --exclude=/media/*/** --exclude=**/lost+found*/ --exclude=/var/** --exclude=/proc/** --exclude=/dev/** --exclude=/sys/** --exclude=**/*Trash*/ --exclude=**/*trash*/ /media/WD3 /media/WD3TB/
Comment