This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2022-02-11
Channels
- # architecture (1)
- # babashka (61)
- # babashka-sci-dev (1)
- # beginners (85)
- # calva (112)
- # clj-kondo (279)
- # cljdoc (16)
- # cljs-dev (15)
- # cljsrn (7)
- # clojure (168)
- # clojure-europe (36)
- # clojure-nl (10)
- # clojure-spec (6)
- # clojure-uk (5)
- # clojured (1)
- # clojurescript (20)
- # core-async (16)
- # crypto (2)
- # cursive (13)
- # datomic (25)
- # events (7)
- # fulcro (21)
- # google-cloud (3)
- # graalvm (2)
- # graalvm-mobile (2)
- # gratitude (3)
- # helix (20)
- # honeysql (4)
- # hugsql (15)
- # introduce-yourself (15)
- # leiningen (2)
- # lsp (24)
- # luminus (22)
- # malli (21)
- # meander (11)
- # midje (1)
- # other-languages (1)
- # pathom (8)
- # re-frame (5)
- # reagent (5)
- # releases (2)
- # reveal (1)
- # shadow-cljs (18)
- # spacemacs (17)
- # sql (9)
- # tools-build (12)
- # tools-deps (4)
- # vim (12)
Morning
måning
I need to transfer several terabytes of documents over a SMB connection through a brittle VPN… 😬
are you using rsync
or similar to make your life easier ?
@U052852ES Yeah, I am just transferring a few folders at a time, but the VPN connection will randomly close. If I could transfer it all in one go it would take around 48 hours it seems… @U0524B4UW Hm, I didn’t consider that at all. Do you think it would work with a SMB network drive?
Ok, better try it out then. Just got disconnected again. It seems to intentionally disconnect me because I am using too much bandwidth. At least that’s the message I get.
i don't think rsync
cares about the type of filesystem - networked filesystems should be fine as long as they aren't weird (i think SMB will be fine, but i'm not sure about, say, S3 via FUSE). it compresses and can restart, and has some options that can help you with large files if you are seeing failures part-way through transferring large files (e.g. https://fedoramagazine.org/copying-large-files-with-rsync-and-some-misconceptions/ )
some details on how rsync calculates source/target file deltas (and so avoids transferring whole files after a previous transfer has partially succeeded): https://rsync.samba.org/tech_report/node2.html
It’s a brittle samba directory connected to by some proprietary software that the IT department wrote which establishes athis connection to when you log in to their VPN. This directory contains ~2 years worth of TIFF file uploads that have been gradually put there over that period by some people operating a scanner in some basement of the Danish Royal library.
LMAO, it literally just lost connection at 760 MB transferred… guess this will take some weeks to accomplish
good morning