Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copy a backup of timeshift from one harddrive to another #350

Open
bjce opened this issue Oct 7, 2024 · 2 comments
Open

Copy a backup of timeshift from one harddrive to another #350

bjce opened this issue Oct 7, 2024 · 2 comments

Comments

@bjce
Copy link

bjce commented Oct 7, 2024

I want to copy a timeshift backup on another drive. Is it possible to do it using rsync and hard links with the following command:

rsync -az -H --delete --numeric-ids --mkpath --progress "/media/user/HardDrive01/timeshift" "/media/user/HardDrive02"

If not what is the reason and is there an alternative?

@jay763190097
Copy link

I think it makes sense.

@tusch001
Copy link

I remember having read that timeshift only uses symbolic relative links and you should not use hard links. Not 100 % sure. But I have often used rsync to move backups between disks.

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

No branches or pull requests

3 participants