Forums before death by AOL, social media and spammers... "We can't have nice things"
|    alt.os.linux    |    Getting to be as bloated as Windows!    |    107,822 messages    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
|    Message 106,497 of 107,822    |
|    Carlos E.R. to bad sector    |
|    Re: pushing my bash luck    |
|    20 Sep 24 13:03:18    |
      From: robin_listas@es.invalid              On 2024-09-19 14:18, bad sector wrote:       >       > I want to devise a shutdown cron script that will make a dated rsync       > backup of any directory under a particular path that had been written to       > during the session and then shut down.       >       > The rsync command itself would look something like       >       > rsync -ahcEWXd /x/trees-planted/ /x/trees-$date (format 2024-09-24-hr-m)       >       > The part that's over my head is for the script to know what directory       > (under /x in this case) had been written to.       >       > Maybe there's a uti that already does this and I just have to invoke IT       > with args in the script?              Another method, easy to do, is to rsync the entire tree to a folder with       a timestamp in the name, hardlinking to the previous backup. This is       actually an incremental backup. The last backup contains only the new or       modified files, and hard links to the intact files from yesterday copy.       The last folder appears to contain everything.                     Basically:              rsync $OPTIONS --link-dest=$PREVIOUS $WHAT $CURRENT                     --       Cheers, Carlos.              --- SoupGate-Win32 v1.05        * Origin: you cannot sedate... all the things you hate (1:229/2)    |
[   << oldest   |   < older   |   list   |   newer >   |   newest >>   ]
(c) 1994, bbs@darkrealms.ca