Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Command Line Apps | 3,546 | 2 years ago | cc-by-sa-4.0 | |||||||
:shell: Use your terminal shell to do awesome things. | ||||||||||
Pwd.sh | 1,495 | 5 months ago | 1 | mit | Shell | |||||
GPG symmetric password manager | ||||||||||
Purse | 491 | 5 months ago | mit | Shell | ||||||
GPG asymmetric (YubiKey) password manager | ||||||||||
Hosts | 105 | 2 | 3 years ago | 21 | September 12, 2020 | mit | Shell | |||
A command line hosts file editor in one portable script. | ||||||||||
... | 99 | 5 years ago | 19 | Perl | ||||||
Dot Dot Dot | ||||||||||
Bash Cloud Backup | 68 | 5 years ago | 14 | mit | Shell | |||||
bash-cloud-backup is a set of bash scripts, which can be used to automate local and cloud backup in Linux/Unix machines. | ||||||||||
Awesome Backup | 57 | a year ago | 1 | |||||||
A list of FOSS backup software | ||||||||||
Fastcopy | 57 | 2 years ago | 5 | apache-2.0 | Java | |||||
The fastest mass copy and sync, backup tool for Windows, Mac and Linux/Unix | ||||||||||
Bzman | 40 | 7 years ago | 2 | lgpl-3.0 | Python | |||||
Bassu's ZFS (replication) Manager for SmartOS / Unix / Linux | ||||||||||
Duplicacy Scripts | 24 | 2 years ago | 2 | apache-2.0 | Shell | |||||
A set of scripts for running Duplicacy on Unix systems |
Requires java JDK. If not already availabe on your system, download and install the JDK 1.8+ from Oracle. https://www.oracle.com/technetwork/java/javase/overview/index.html
Windows: Exploded the downloaded zip into a c:\bin\fastcopy and add the directory to the system path. Run the fc.bat, fc.exe or fastcopy-console.exe for the UI version. Also see below on how to integrate with the windows explorer.
Mac OS:
Exploded the downloaded zip to ~/bin/fastcopy
The "Fastcopy(1.2).app" is the MacOS app, copy it to the ~/Applications and run.
For the first time, it might alert saying the app can't be opened because it is from a untrusted source. Go to the Finder, right click to bring up the context menu and click "Open" from there. You will have the option to open it there after.
Also see below on how to add as service to the context menu in the Finder.
Unix/linux, Mac command line : run the ./fc.sh
ex:
$ ./fc.sh -help
MHISoft FastCopy (v1.3, build Dec 2018)
(https://github.com/mhisoft/fastcopy)
Usages:
fc [option] -from source_dir -to target_dir
source-dir: The source files and directories delimited with semicolon.
target-dir: The target directory.
Options:
-v verbose mode.
-verify verify each file copy by comparing the file content hash.
-m use multiple threads, best for copying across the SSD drives.
-w number of worker threads in the multi threads mode, default:2.
-o always override.
-n override only when the source file newer or different in size.
-f flat copy, copy everything to the same target directory.
-pack Package the small files first to speed up the copy, requires write access on the source folder or drive.
-k Keep the original file timestamp.
-sf Create the same source folder under the target and copies to it.
Examples:
copy from current dir to the backup directory: fastcopy t:\backup
fastcopy -from s:\projects\dir1;s:\projects\dir2 -to t:\backup
The author is not responsible for any loss of files or damage incurred by running this utility.
Apache License 2.0, January 2004 http://www.apache.org/licenses/