Newbies dale Posted July 1, 2002 Newbies Posted July 1, 2002 How can I compress filemaker files on a Linux box?
Kurt Knippel Posted July 1, 2002 Posted July 1, 2002 You generally would use gzip, I think. This creates a *.tar file. I do not know the actual syntax though.
Digitalfusion Posted December 4, 2002 Posted December 4, 2002 I use tar cvzf "name of resultant file" "directory to backup" this tars and compresses the file. I run it in a script to compress and ftp the file automatically to a remote backup. For further info on tar use man tar in a terminal window. You can also use gzip (man gzip) to just compress the files. Stephen
Recommended Posts
This topic is 8117 days old. Please don't post here. Open a new topic instead.
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now