bebabi34

Results 5 comments of bebabi34

similar problem here. i have made backups for many years without problems (last on 2021-08-16). now, the backup on usb drive formatted ext4 don't creates hard-links but copies files from...

tried with master branch, same effect. i tried this: cp -al previous_snapshot/backup/* new_snapshot/backup touch new_snapshot/save_to_continue then run backintime. it worked as expected. the next run of BIT worked well. i...

happened again today. solution: ``` # rm -r new_snapshot # mkdir -p new_snapshot/backup # cp -al /backup/* new_snapshot/backup # touch new_snapshot/save_to_continue ``` then run bit twice and delete first backup...

after i fixed with the proposed workaroud, no more happened