Closed michielbdejong closed 3 years ago
I have uploaded some files to my pod. Now I fixed some things in the local copy and want to sync those changes to my pod. I use the local copy as authoritative so it's OK to delete the folder contents on my pod and upload from scratch.
I'll see if I can produce a script for that.
One-liner recursive copy, backup, and restore is now handled by solid-shell which uses solid-node-client and solid-file-client:
sol copy local_folder remote_folder
or
sol zip folderUrl zipFile
I have uploaded some files to my pod. Now I fixed some things in the local copy and want to sync those changes to my pod. I use the local copy as authoritative so it's OK to delete the folder contents on my pod and upload from scratch.
I'll see if I can produce a script for that.