[SOLVED] Copy a timeshift snapshot to an external HDD

Quick to answer questions about finding your way around Linux Mint as a new user.
Forum rules
There are no such things as "stupid" questions. However if you think your question is a bit stupid, then this is the right place for you to post it. Stick to easy to-the-point questions that you feel people can answer fast. For long and complicated questions use the other forums in the support section.
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
Kyowash

[SOLVED] Copy a timeshift snapshot to an external HDD

Post by Kyowash »

I have a Thimeshift snapshot, of which absolute path is /timeshift/snapshots/2017-12-11_18-17-57/, and I would like to make a copy of it in an external HDD: /media/kyowash/backups. What's the correct way to make a copy of that directory? I would try it with tar, but I once had a bad experience making a tarball that contained symlinks, that's why I would like to know the proper way to do it.

Thanks in advance.
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 2 times in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
WharfRat

Re: Copy a timeshift snapshot to an external HDD

Post by WharfRat »

You can cp -a /timeshift/snapshots/2017-12-11_18-17-57/ /media/kyowash/backups
Kyowash

Re: Copy a timeshift snapshot to an external HDD

Post by Kyowash »

I really appreciate your help, WharfRat. Thank you very much.
bigal
Level 5
Level 5
Posts: 512
Joined: Mon Aug 03, 2009 3:26 am
Location: Pembrokeshire, South West Wales

Re: Copy a timeshift snapshot to an external HDD

Post by bigal »

WharfRat wrote: Tue Dec 12, 2017 6:18 pm You can cp -a /timeshift/snapshots/2017-12-11_18-17-57/ /media/kyowash/backups
Will that copy the log files as well please?
Lots of Minty machines but there again I like lamb and I do live in Wales!
User avatar
AZgl1800
Level 20
Level 20
Posts: 11171
Joined: Thu Dec 31, 2015 3:20 am
Location: Oklahoma where the wind comes Sweeping down the Plains
Contact:

Re: [SOLVED] Copy a timeshift snapshot to an external HDD

Post by AZgl1800 »

why not just configure Timeshift to use /media/kyowash/backups as the destination and be done with it?

that is what I do..
LM21.3 Cinnamon ASUS FX705GM | Donate to Mint https://www.patreon.com/linux_mint
Image
Locked

Return to “Beginner Questions”