Post A8b2fmyAnzPpPY4FqC by ToroidalCore@mastodon.social
(DIR) More posts by ToroidalCore@mastodon.social
(DIR) Post #A8az3fkwsNfgAm0zcO by Ricardus@mastodon.sdf.org
2021-06-24T01:33:17Z
0 likes, 1 repeats
I want to backup some very full directories onto a USB stick, but I just want to copy over the new files. Is there a program that can do that? Analyze the directory, compare, then copy over only what's new?
(DIR) Post #A8azLxyHtK8zsWyeqe by djsundog@toot-lab.reclaim.technology
2021-06-24T01:34:44Z
0 likes, 0 repeats
@Ricardus I'd reach for rsync on *nix, not sure for windows honestly
(DIR) Post #A8azPlHZ0kCDgMns1I by Ricardus@mastodon.sdf.org
2021-06-24T01:37:19Z
0 likes, 0 repeats
@djsundog That might work.
(DIR) Post #A8b2fmyAnzPpPY4FqC by ToroidalCore@mastodon.social
2021-06-24T02:07:42Z
0 likes, 0 repeats
@djsundog @Ricardus On windows take a look at robocopy, it's not quite rsync but it might do what you need.I first looked into it for a backup script for my work machine.
(DIR) Post #A8b2fnTMw0MwyIfASu by Ricardus@mastodon.sdf.org
2021-06-24T02:13:47Z
0 likes, 0 repeats
@ToroidalCore @djsundog I'm on linux, and figured there was a graphical shell, and I found grsync, and just finished my backups.
(DIR) Post #A8b2wVMnVOgZjvYY3U by djsundog@toot-lab.reclaim.technology
2021-06-24T02:15:14Z
0 likes, 0 repeats
@Ricardus @ToroidalCore 👍
(DIR) Post #A8b2wVuTUBclQNJRY0 by Ricardus@mastodon.sdf.org
2021-06-24T02:16:46Z
0 likes, 0 repeats
@djsundog @ToroidalCore This specific backup was every piece of data accumulated for every one of my builds. Both things that I've built, and research for things I am going to build.