Sponsored Content
Operating Systems Linux Favorite Synchronizers for Win & Linux Post 302746487 by siegfried on Wednesday 19th of December 2012 01:01:59 PM
Old 12-19-2012
Favorite Synchronizers for Win & Linux

I'm looking for a new file/directory synchronizer.
I've been using unison because it works on both windows and linux.

However, it often chokes on the very long directory paths and file names I encounter when backing up eclipse and eclipse workspace directories. I suppose one could argue that I should not be backing up eclipse directories because I could just download a new executable. However, when I get a eclipse implementation properly configured, I'd like to save it.

Can anyone recommend a synchronizer like unison that works for both windows and linux and long file names that can be run from a command line as well as a GUI?

Thanks,
Siegfried
 

7 More Discussions You Might Find Interesting

1. What is on Your Mind?

Post Your Favorite UNIX/Linux Related RSS Feed Links

Hello, I am planning to revise the RSS News subforum areas, here: News, Links, Events and Announcements - The UNIX Forums ... maybe with a subforum for each OS specific news, like HP-UX, Solaris, RedHat, OSX, etc. RSS subforums.... Please post your favorite OS specific RSS (RSS2) link... (0 Replies)
Discussion started by: Neo
0 Replies

2. What is on Your Mind?

What's your favorite SSH client to connect to UNIX/Linux machines?

I am curious about the most popular ssh client on Windows environment. Talking about me, I use PuTTY most of the time coupled with WinSCP to transfer files. But, I like Tera Term too. It has great drag-drop feature where you can drag a file/folder and drop on the window and it will transfer the... (14 Replies)
Discussion started by: admin_xor
14 Replies

3. What is on Your Mind?

What's your all time favorite UNIX/Linux book?

I can bet everyone has their one favorite book even though we have had read many books on UNIX or Linux. My all time favorite is "Unix Power Tools". This book always made me geeky and I loved the little tricks/tips in the book. I still do! The next favorite would be "Prentice Hall Unix and Linux... (0 Replies)
Discussion started by: admin_xor
0 Replies

4. UNIX and Linux Applications

Xalan & Xerces issues for Oracle Linux 6.6 & Solarisstudio12.3 C++ compiler for Linux

Hi Team, I am facing issue while using Xalan & Xerces for my application. Below are my environment details i am using :- Platform:- Oracle Linux 6.6 Compiler :- solarisstudio12.3 C++ compiler for Linux Below are the versions of Xalan & Xerces source code used to build the shared object... (0 Replies)
Discussion started by: agrachirag
0 Replies

5. What is on Your Mind?

Video: What is Your Favorite Linux Distro? UNIX.com and Primis

Video: What is Your Favorite Linux Distro? UNIX.com and Primis https://youtu.be/doa9sA6q9Uw With so many great flavors of Linux to choose from, we asked our UNIX.com members what is their favorite Linux distro and why. Here are the results: What is your favorite Linux distro? ... (0 Replies)
Discussion started by: Neo
0 Replies

6. What is on Your Mind?

What is Your Favorite Editor for Linux and UNIX? | A Video in 1080 HD

We have asked UNIX.com users over the years what is their favorite editor and why. Here is the top three answers. Here is a new YT video on this question: What Editor Does Everyone Use? https://youtu.be/gqE8RTZZt9g Of course, vi was the overwhelming favorite. Credits: 1080 HD... (3 Replies)
Discussion started by: Neo
3 Replies

7. Open Source

What is your favorite Linux distro?

What is your favorite Linux distro? and possibly why? Personally, I have Fedora 3 on my computer. I have used Ubuntu and Slackware, too. But I think I liked Ubuntu more, maybe because of its speed and easy installation of packages. (192 Replies)
Discussion started by: milhan
192 Replies
JETS3T-SYNCHRONIZE(1)													     JETS3T-SYNCHRONIZE(1)

NAME
jets3t-synchronize - synchronize local directories with an Amazon S3 account SYNOPSIS
Synchronize the contents of a local directory with S3: jets3t-synchronize [options] UP <S3path> <path1> [[path2] .. [pathN]] Synchronize the contents of S3 with a local directory: jets3t-synchronize [options] DOWN <S3path> <download_dir> OVERVIEW
jets3t-synchronize is a console (text mode) Java application for synchronizing directories on a computer with an Amazon S3 account. OPTIONS
-h, --help Displays a brief summary with all options. -n, --noaction No action taken. No files will be changed locally or on S3, instead a report will be generating showing what will happen if the command is run without the -n option. -q, --quiet Runs quietly, without reporting on each action performed or displaying progress messages. The summary is still displayed. -p, --noprogress Runs somewhat quietly, without displaying progress messages. The action report and overall summary are still displayed. -f, --force Force tool to perform synchronization even when files are up-to-date. This may be useful if you need to update metadata or timestamps in S3. -k, --keepfiles Keep outdated files on destination instead of reverting/removing them. This option cannot be used with --nodelete. -d, --nodelete Keep files on destination that have been removed from the source. This option is similar to --keepfiles except that files may be reverted. This option cannot be used with --keepfiles. -m, --move Move items rather than merely copying them. Files on the local computer will be deleted after they have been uploaded to S3, or objects will be deleted from S3 after they have been downloaded. Be *very* careful with this option. This option cannot be used with --keepfiles. -b, --batch Download or upload files in batches, rather than all at once. Enabling this option will reduce the memory required to synchronize large buckets, and will ensure file transfers commence as soon as possible. When this option is enabled, the progress status lines refer only to the progress of a single batch. -s, --skipmetadata Skip the retrieval of object metadata information from S3. This will make the synch process much faster for large buckets, but it will leave jets3t-synchronize with less information to make decisions. If this option is enabled, empty files or directories will not be synchronized reliably. This option cannot be used with the --gzip or --crypto options. -g, --gzip Compress (GZip) files when backing up and decompress gzipped files when restoring. -c, --crypto Encrypt files when backing up and decrypt encrypted files when restoring. If this option is specified the properties must contain a password. --properties filename Load the synchronizer app properties from the given file rather than from a synchronizer.properties file in the classpath. --credentials filename Load your AWS credentials from an encrypted file, rather than from the synchronizer.properties file. This encrypted file can be created using the Cockpit application, or the JetS3t API library. --acl ACL_string Specifies the Access Control List setting to apply. This value must be one of: PRIVATE, PUBLIC_READ, PUBLIC_READ_WRITE. This setting will override any acl property specified in the synchronize.properties file --reportlevel level A number that specifies how much report information will be printed: 0 - no report items will be printed (the summary will still be printed). 1 - only actions are reported [Prefixes N, U, D, R, F, M] 2 - differences & actions are reported [Prefixes N, U, D, R, F, M, d, r] 3 - DEFAULT: all items are reported [Prefixes N, U, D, R, F, M, d, r, -] NOTES
Required properties can be provided via: a file named synchronize.properties in the classpath (or /etc/jets3t/synchronize.properties), a file specified with the --properties option, or by typing them in when prompted on the command line. Required properties are: accesskey: Your AWS Access Key (Required) secretkey: Your AWS Secret Key (Required) password: Encryption password (only required when using crypto) Properties specified in this file will override those in jets3t.properties (or in /etc/jets3t/jets3t.properties). REPORT
Report items are printed on a single line with an action flag followed by the relative path of the file or S3 object. The report legend follows: N: A new file/object will be created U: An existing file/object has changed and will be updated D: A file/object existing on the target does not exist on the source and will be deleted. d: A file/object existing on the target does not exist on the source but because the --keepfiles or --nodelete option was set it was not deleted. R: An existing file/object has changed more recently on the target than on the source. The target version will be reverted to the older source version r: An existing file/object has changed more recently on the target than on the source but because the --keepfiles option was set it was not reverted. -: A file is identical between the local system and S3, no action is necessary. F: A file identical locally and in S3 was updated due to the Force option. M: The file/object will be moved (deleted after it has been copied to/from S3). SEE ALSO
http://jets3t.s3.amazonaws.com/applications/synchronize.html 2011-04-16 JETS3T-SYNCHRONIZE(1)
All times are GMT -4. The time now is 07:58 AM.
Unix & Linux Forums Content Copyright 1993-2022. All Rights Reserved.
Privacy Policy