Tagged Questions
2
votes
3answers
388 views
Copy/backup all dirs containing files matching a regexp
I would like to do a backup where I recursively go through a dir structure and only get directories with files whose names matching a particular regexp. I would like to keep the directory structure, ...
2
votes
4answers
2k views
Backup of LVM2 logical volume
I'd like to make backup on external drive of LVM2 logical volume in dd manner.
Approach I consider is to
make lv on extranl drive with identical size
copy with dd
(Please let me know if you see ...
4
votes
1answer
496 views
Automated incremental backups to an external drive
Background
A client needs an automated backup solution to an external drive (to be taken offsite weekly). I'd typically suggest rsnapshot (or perhaps rolling out a custom rsync script), but this ...
4
votes
3answers
3k views
How can i check that a remote computer is online for ssh / script acess?
i'm writting a script that will backup data from my laptop to an ubuntu server.
to do so, i'm looking for a (ba)sh command to test if the server is available before starting the backup. something like ...