Overview
Copy Files
There are many ways to copy files. Currently the best way for me (depending on source and destiation) are the following (assuming source is my computer):
Destination | Tool | Comment |
---|---|---|
Cloud | rclone | Encryption possible, no client needed, many vendors supported |
Local USB-drive/NAS | RoboCopy | Already installed, has sync option, works. |
FTP/WebDAV/etc. | WinSCP | Scripting possible using winscp.com |
Remote PC/NAS | Syncthing | Use SyncTrayzor for GUI and sync files via peer-to-peer. |
Server Backup | Restic | Good for regular backups. Uses rclone in the backend. |
Convert Files
todo