Questions tagged [timeshift]
System restore tool for Linux. Creates filesystem snapshots using rsync+hardlinks, or BTRFS snapshots. Supports scheduled snapshots, multiple backup levels, and exclude filters. Snapshots can be restored while system is running or from Live CD/USB.
14 questions
0 votes
1 answer
92 views
Include only a subdir with Timeshift backup
With Timeshift, is there a way to include only a sub-directory? Example: Exclude /var but include /var/lib/libvirt/images I've tried some combinations but doesn't works! There is an example:
1 vote
1 answer
168 views
How to copy/rsync? old home folder from a full timeshift snapshot with original dates? possible? how?
I have done one (whole disk, including home folder, even root folder) timeshift snapshot yesterday quickly, expecting an SSD failure soon. Well I did not expect it so soon, it happened today, SSD ...
0 votes
0 answers
75 views
Linux emergency mode is not exitable
I have a problem with installing linux on another SSD drive. The reason is i bought new ssd and i want to bring my current system with all settings and programs, and move it to the new drive. Steps i ...
0 votes
0 answers
338 views
Question about what Timeshift restores with UEFI system and BTRFS filesystem
I am curious how Timeshift restores will work with my system configuration which includes UEFI and a BTRFS formatted system partition. First, here's some information about how my system is organized: ...
0 votes
0 answers
253 views
Linux Mint: Can I have timeshift take a snapshot automatically before updates are installed?
Because I'm paranoid, I'd like Timeshift to take a snapshot immediately before updates are automatically installed. Currently I have daily snapshots, and choose to install updates manually, but I'd ...
1 vote
0 answers
378 views
Automate Timeshift for external hard drive
I would like to automate Timeshift under Debian. All the snapshots should go into an external hard drive. When I plug in my external hard drive Timeshift should automatically decide in the background ...
1 vote
2 answers
3k views
Inaccessible folders: Too many levels of symbolic links
In my home/, the folders Desktop, Downloads, Public, and Templates cannot be accessed anymore. For some reasons, those XDG user directories turned into symbolic links. ticjo@komputilo:~$ ls -l total ...
3 votes
2 answers
3k views
btrfs subvolumes: What is @rootfs and @?
In the video "Debian 12 Bookworm Minimal Install w/BTRFS " by JustAGuy Linux at 8:28 you see the author run mv @rootfs @ You see that @rootfs that is the subvolume that's been created but we'...
2 votes
1 answer
6k views
Exclude directories in Timeshift
Edit: Ignore this question. Weird bugs happened today. I am using Timeshift for full system backups. (all Home folders included). How can I exclude a sub folder of the home folder, like ~/Dropbox from ...
0 votes
1 answer
413 views
Duplicate Timeshift backups name
So I have 3 different linux distros using the same partition to store backups using timeshift. Arch linux Arch linux Ubuntu 20.04 I installed one of the arch linux a few days ago, and now after ...
1 vote
0 answers
820 views
restoring using timeshift with an encrypted disk from a fresh live usb install
if you're using the live usb (this is specific to pop!_os 21.04, but i think it would apply to ubuntu etc) and you do a fresh reinstall, would you need to boot into the new system to get access to the ...
0 votes
1 answer
847 views
How can I tell Timeshift how many backups to keep using CLI?
The GUI version of Timeshift offers the ability to automatically keep the last X backups: https://raw.githubusercontent.com/teejee2008/timeshift/master/images/settings_schedule.png As far as I can see,...
4 votes
2 answers
3k views
Timeshift partial restore
Timeshift can be configured to include Home in snapshots. That could potentially be harmful without the ability to do a partial restore. In the event you need to restore the OS from a weeks or ...
0 votes
2 answers
2k views
Timeshift weekly cron emails
I recently installed timeshift and set it to backup weekly. However, when I looked in /etc/cron.d, I only found timeshift-hourly which ran: 0 * * * * root timeshift --check --scripted which appears ...