Conversation
Notices
-
Embed this notice
Zergling_man (zergling_man@sacred.harpy.faith)'s status on Thursday, 17-Oct-2024 21:44:42 JST Zergling_man Can cp or rsync copy all files modified after a certain date?
I don't want to lose data by losing my flashdrive in the snow the day before I fly home again, so I'm thinking I'll take nightly backups of modifications on my fone, which can then be applied to a complete backup made immediately prior to leaving, if necessary.
🤔 And do the same from fone to flashdrive, if it's not a massive headache to prevent that being recursive.-
Embed this notice
?? Humpleupagus ?? (humpleupagus@eveningzoo.club)'s status on Thursday, 17-Oct-2024 21:44:40 JST ?? Humpleupagus ?? I agree that find is probably necessary, and probably by mtime.
As alternative method, you should also use read in a while loop to read the output of find line by line and use the read variable as the rsync source. -
Embed this notice
kamehamic (kamehamic@poa.st)'s status on Thursday, 17-Oct-2024 21:44:41 JST kamehamic @Zergling_man I have a command like that. I use find + rsync to sync files from my VPS to my local machine:
ssh *ssh_arguments* vpsuser@vpshost "find /path -mmin -1200 -print" | rsync -Pvams --files-from=- --no-relative -e "ssh *ssh_arguments*" vpsuser@vpshost:/ "./"
I skipped some arguments but those are the important ones. -
Embed this notice
Lina Inver?e (lina@eientei.org)'s status on Thursday, 17-Oct-2024 21:52:40 JST Lina Inver?e @menherahair @Zergling_man @kamehamic daniel stevens of ontario, canada doesn't like us -
Embed this notice
menherahair (menherahair@eientei.org)'s status on Thursday, 17-Oct-2024 21:52:41 JST menherahair @Zergling_man @kamehamic poa.st defederates eientei for dox crimes -
Embed this notice
kamehamic (kamehamic@poa.st)'s status on Thursday, 17-Oct-2024 21:52:42 JST kamehamic @Zergling_man I can't see his posts from poa.st and if I try to see then from your instance it doesn't show posts, it shows a notice with the everything is an app image. -
Embed this notice
Zergling_man (zergling_man@sacred.harpy.faith)'s status on Thursday, 17-Oct-2024 21:52:42 JST Zergling_man @kamehamic How did he get blocked from poast...
>best to find for list of files you don't want copied and use that as a filter file for rsync -
Embed this notice
Zergling_man (zergling_man@sacred.harpy.faith)'s status on Thursday, 17-Oct-2024 21:52:43 JST Zergling_man @kamehamic I don't want menherahair to be right. -
Embed this notice
menherahair (menherahair@eientei.org)'s status on Thursday, 17-Oct-2024 22:00:50 JST menherahair @Zergling_man @kamehamic several new accounts posted it because open regs, @lina and some alts did too, if graf bothered to ask yukkuri to janny it up he probably got told to do it himself and now it's Majority of users spreading dox [69] Lina Inver?e likes this. -
Embed this notice
Zergling_man (zergling_man@sacred.harpy.faith)'s status on Thursday, 17-Oct-2024 22:00:51 JST Zergling_man @menherahair @kamehamic You posted graf's legal identity, didn'tyou?
-
Embed this notice