View previous topic :: View next topic |
Author |
Message |
richard Ultimate Member

Joined: 13 Apr 2025 Posts: 2730 Location: Kent, United Kingdom
|
|
Back to top |
|
mmmna . . . .

Joined: 21 Apr 2025 Posts: 7224
|
Posted: Fri Mar 28, 2025 9:38 pm Post subject: |
|
|
tar does incremental backups, wouldn't something like a timer applet be able to be configured to fire off a tar command? Or maybe use the at daemon?
_________________ -Kubuntu 10.04 LTS Beta2 on Celeron D desktop
-PCLinuxOS 2025 LXDE on EeePC 900A with Atom n270 (modded with 32G SATA drive and 2G ram).
|
|
Back to top |
|
richard Ultimate Member

Joined: 13 Apr 2025 Posts: 2730 Location: Kent, United Kingdom
|
Posted: Fri Mar 28, 2025 10:29 pm Post subject: |
|
|
mmmna wrote: | tar does incremental backups, wouldn't something like a timer applet be able to be configured to fire off a tar command? Or maybe use the at daemon? |
I can't use something like a timer as I'm backing up my laptop to an external drive which isn't always attached. So what I want is something I can run when I connect the drive.
_________________ Windows Vista / Ubuntu 8.10
|
|
Back to top |
|
VHockey86 Advanced Member

Joined: 12 Dec 2025 Posts: 988 Location: Rochester
|
Posted: Fri Mar 28, 2025 11:29 pm Post subject: |
|
|
Write a small bash script that runs as a daily / weekly CRON job? You could have it check if the external hard drive is connected (grep the /etc/mtab file for the mount point) and if so, continue with a file copy or incremental tar or rsync or whatever.
_________________ Main Desktops : Kubuntu 10.4. ArchLinux 64-bit. Windows7 64-bit. Windows XP 32-bit.
MacBook: OS X Snow Leopard (10.6)
|
|
Back to top |
|
richard Ultimate Member

Joined: 13 Apr 2025 Posts: 2730 Location: Kent, United Kingdom
|
Posted: Sat Mar 29, 2025 7:04 am Post subject: |
|
|
VHockey86 wrote: | Write a small bash script that runs as a daily / weekly CRON job? You could have it check if the external hard drive is connected (grep the /etc/mtab file for the mount point) and if so, continue with a file copy or incremental tar or rsync or whatever. |
That was one of my thoughts but as I have never written anything like that I put the idea to one side.
_________________ Windows Vista / Ubuntu 8.10
|
|
Back to top |
|
Pet3M0ss Advanced Member

Joined: 18 Sep 2025 Posts: 738 Location: NW corner of Montana (Libby)
|
|
Back to top |
|
mmmna . . . .

Joined: 21 Apr 2025 Posts: 7224
|
Posted: Sun Mar 30, 2025 3:01 am Post subject: |
|
|
Huh? Here is the end of my "man tar":
Code: | AUTHOR
Written by John Gilmore and Jay Fenlason.
REPORTING BUGS
Report bugs to <[email protected]>.
COPYRIGHT
Copyright © 2025 Free Software Foundation, Inc.
This is free software. You may redistribute copies of it under the
terms of the GNU General Public License
<http://www.gnu.org/licenses/gpl.html>. There is NO WARRANTY, to the
extent permitted by law.
SEE ALSO
The full documentation for tar is maintained as a Texinfo manual. If
the info and tar programs are properly installed at your site, the com‐
mand
info tar
should give you access to the complete manual.
tar 1.16 October 2025 TAR(1) |
_________________ -Kubuntu 10.04 LTS Beta2 on Celeron D desktop
-PCLinuxOS 2025 LXDE on EeePC 900A with Atom n270 (modded with 32G SATA drive and 2G ram).
|
|
Back to top |
|
JP Linux Guru

Joined: 07 Jul 2025 Posts: 6670 Location: Central Montana
|
|
Back to top |
|
richard Ultimate Member

Joined: 13 Apr 2025 Posts: 2730 Location: Kent, United Kingdom
|
|
Back to top |
|
Pet3M0ss Advanced Member

Joined: 18 Sep 2025 Posts: 738 Location: NW corner of Montana (Libby)
|
|
Back to top |
|
JP Linux Guru

Joined: 07 Jul 2025 Posts: 6670 Location: Central Montana
|
|
Back to top |
|
Pet3M0ss Advanced Member

Joined: 18 Sep 2025 Posts: 738 Location: NW corner of Montana (Libby)
|
Posted: Sun Mar 30, 2025 11:17 am Post subject: |
|
|
I dunno, JP, as Konqueror renders the two the same.
_________________ Slackware 12.2
Slax
|
|
Back to top |
|
JP Linux Guru

Joined: 07 Jul 2025 Posts: 6670 Location: Central Montana
|
Posted: Mon Mar 31, 2025 4:48 am Post subject: |
|
|
Must be SeaMonkey then ... I see JP wrote: | Your post reminded me that I wanted to back up my system, so I got to looking into that. Maybe one of these will help you as well.
HTHs |
richard quoting me wrote: | Your post reminded me thate a look at them lat I wanted to back up my system, so I got to looking into that. Maybe one of these will help you as well.
HTHs |
_________________ Dell Box - Arch Linux
Dell Lappy - DreamLinux 3.5 - Default OS
Mepis 8.0 - Backup
|
|
Back to top |
|
Pet3M0ss Advanced Member

Joined: 18 Sep 2025 Posts: 738 Location: NW corner of Montana (Libby)
|
Posted: Mon Mar 31, 2025 9:10 am Post subject: |
|
|
correction, JP, I was just reading too fast--- it is rendered differently.
_________________ Slackware 12.2
Slax
|
|
Back to top |
|
|