search for: sent_file

Displaying 3 results from an estimated 3 matches for "sent_file".

Did you mean: send_file
2015 Jun 23
1
Question about "btrfs send/receive" cmd
...s its usual condition is incremental backup which is pretty complicated (see 5.7.1: http://docs.oracle.com/cd/E37670_01/E37355/html/ol_sendrecv_btrfs.html) and not suitable for implementation as I think. So I am considering, does it make sense to implement a simplest form: $ btrfs send -f sent_file subvol $ btrfs receive -f sent_file mountpoint which just backup a subvolume and restore it. Anyone have suggestions? -- Yours Sincerely, Cao Jin
2007 Nov 07
2
Setting headers in sent_file response
I''m having trouble playing a video from my site on the iphone using send_file. It seems that I''m missing the Accept-Ranges header in my response. How can I set the Accept-Ranges header in my send_file response? --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To
2007 Aug 14
1
Rsync on Mac OS X
...uot; .pending_files) = "0" ]; then echo "$i" >> .pending_files echo "sending $i" rsync -vctzER -e ssh --timeout=600 --progress "$i" "$out" if [ "$?" = "0" ]; then echo "$i" >> .sent_files else echo -n "-- File $i transfer failed" | logger grep -v "$i" .pending_files > .pending_files_new mv .pending_files_new .pending_files fi; fi; else echo -n "-- File $i is in use" | logger fi; done exit 0 ________...