ezBackup.scpt 1.0

Disk configuration and file management utilities and info. RAM disk, image mount, disk analysis & repair, scsi management, disk copying, file cataloging, directory search, file concatenation, file save & recovery, file comparison & update, alias & trash management. Folder locking, file shredding. (For compression and encryption utilities, see Compress-Translate. For utilities that work only on text files, see Text.)
User avatar
Info-Mac
Administrator
Posts:13716
Joined:December 21st, 1988, 11:00 am
ezBackup.scpt 1.0

Post by Info-Mac » June 3rd, 2002, 9:00 am

Download: http://archive.info-mac.org/disk/ez-backup-10.hqx

ezBackup.scpt 1.0

Description

Here's an AppleScript droplet to compress files and folders with the
unix utility "gnutar" which comes with the Apple Developer Tools. This
script equals to manually typing "gnutar zcf" with Terminal. You can
have a choice whether to add suffix or not. By default, the suffix is
the date in yyyymmdd format. I build this script to save myself a few
seconds every time I back up my files (which happens many times daily).
This script is provided to you "AS IS" and the responsibility for its
operation is yours.
Post Reply