@[email protected] to [email protected]English • 4 months agoNextcloud Hub 10 – your unified, modular digital workspace - Nextcloudnextcloud.comexternal-linkmessage-square19fedilinkarrow-up1103
arrow-up1103external-linkNextcloud Hub 10 – your unified, modular digital workspace - Nextcloudnextcloud.com@[email protected] to [email protected]English • 4 months agomessage-square19fedilink
minus-square@[email protected]linkfedilinkEnglish1•4 months agoFile browser is easy for all of those minus syncing. You might also do rsync. Easiest solution!
minus-square@[email protected]linkfedilinkEnglish2•4 months agoThanks, I’ll take a look. Syncing is nice, but I’ll see how it fits!
minus-square@[email protected]linkfedilinkEnglish1•4 months agoIt’s command line but super easy. You can add it to daily or every ten minute cronjobs. Easiest format is rsync -avz /from /to. If it is too another device rsync -avz /from user@ip:/to
File browser is easy for all of those minus syncing. You might also do rsync. Easiest solution!
Thanks, I’ll take a look. Syncing is nice, but I’ll see how it fits!
It’s command line but super easy. You can add it to daily or every ten minute cronjobs. Easiest format is rsync -avz /from /to. If it is too another device rsync -avz /from user@ip:/to